catch handler meaning in Chinese
catch处理程序
Examples
- Its constructor registers an un - caught handler
其构造函数注册了一个未捕获的处理程序。 - Invoking a multicast delegate from a catch handler throws a missingmethodexception on arm platforms
-从catch处理程序调用多播委托时将在arm平台上引发missingmethodexception 。 - To avoid this , an un - caught handler can decide whether to invoke an abort or a thread - exit call . this is demonstrated towards the end of the
为了避免这一点,未捕获处理程序可以决定是请求异常中止调用,还是请求线程退出调用。 - Since there can be only one un - caught handler per process active at a time , the constructor should be invoked only once ; hence , the reason for the singleton pattern
因为每次只能有一个未捕获的处理程序处理一个活动进程,构造函数应该只被调用一次,因此要采用singleton模式。